home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_setup.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.6 KB  |  70 lines

  1. /*****************************************************************************
  2.   FILE           : ui_setup.ph
  3.   SHORTNAME      : setup.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        :
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 18.5.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_setup.ph    1.9 3/2/94
  14.   SCCS VERSION   : 1.9
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_SETUP_DEFINED_
  23. #define _UI_SETUP_DEFINED_
  24.  
  25.  
  26. /* begin global definition section */
  27.  
  28.  
  29. void ui_set_initData (struct Ui_DisplayType *);
  30. void ui_xCreateSetupPanel (Widget, struct Ui_DisplayType *);
  31.  
  32. FlintType  ui_maxAct    =  2.0; /* this are initial values */
  33. FlintType  ui_maxWeight =  10.0;
  34. FlintType  ui_minWeight = -10.0;
  35. Widget ui_showBottomLabel;
  36. Widget ui_showTopLabel;
  37.  
  38.  
  39. /* end global definition section */
  40.  
  41.  
  42. /* begin private definition section */
  43.  
  44.  
  45.     /* shell widget of setup panel */
  46. /* static Widget ui_setupPanel; */
  47.     /* widgets showing the current configuration */
  48. /* static Widget ui_set_gridWidthWidget; */
  49. /* static Widget ui_set_originXWidget, ui_set_originYWidget; */
  50. /* static Widget ui_set_subnetWidget, ui_set_zWidget; */
  51.  
  52. /* static Bool   ui_setupIsCreated = FALSE; */ /* yes or no */
  53.  
  54.  
  55. /* static short ui_actualZvalue = 0; */
  56.  
  57. #ifdef _UNUSED_FUNCTIONS_
  58. static FlintType  ui_minAct    = -2.0;
  59. #endif /* _UNUSED_FUNCTIONS_ */
  60.  
  61.  
  62. /* end private definition section */
  63.  
  64.  
  65. #endif /* _UI_SETUP_DEFINED_ */
  66.  
  67.  
  68. /* end of file */
  69. /* lines: 30 */
  70.